Model Table INCIDENT ANALYSIS MEASURES

Attributes

Attribute Description (where applicable)

Measures (table to be generated as far as possible)

Aggregation of measures is based on SUM if not explicitly noted.

This section describes the basic measures in the cube. These are either measures defined in the core Information Source, in the model itself or in the ETL process. The columns have the following meaning:

Measure Calculated Y/N Contains Time Intelligence Y/N Definition/Note (where applicable) Aggregation Type Hidden Y/N Tabular Expression
Has an Injury/ IllnessYNCount on Incident Cases Reference numbers with more than one incident rows.NCOUNTROWS( FILTER (SUMMARIZE('INCIDENT ANALYSIS','INCIDENT ANALYSIS'[Incident Case Reference No],"@COUNT_INCIDENTS",COUNT('INCIDENT ANALYSIS'[Incident Case Reference No])), [@COUNT_INCIDENTS]>1) )
No Injury/ IllnessYNCount on Incident Cases Reference numbers with one incident row.N COUNTROWS( FILTER (SUMMARIZE('INCIDENT ANALYSIS','INCIDENT ANALYSIS'[Incident Case Reference No],"@COUNT_INCIDENTS",COUNT('INCIDENT ANALYSIS'[Incident Case Reference No])), [@COUNT_INCIDENTS]=1) )
Count of IncidentsYNCount incidents.NCALCULATE(COUNT('INCIDENT ANALYSIS'[INCIDENT_COUNT]), FILTER('INCIDENT ANALYSIS', 'INCIDENT ANALYSIS'[INCIDENT_COUNT] = 1))
Count of Injured and Illness PersonsYNCount of Incident Cases with Injury/Illness Reference No = 0.NCALCULATE(COUNT('INCIDENT ANALYSIS'[COUNT_INJURY_AND_ILLNESS]), FILTER('INCIDENT ANALYSIS', 'INCIDENT ANALYSIS'[Injury/ Illness Reference No] = 0))
DAWC Days Away From Work CasesYNCount of Incident Cases with AWAY_FROM_WORK > 0.N IF(ISBLANK( IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[DAWC Base] , 'INCIDENT ANALYSIS MEASURES'[DAWC YTD] )), 0, IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[DAWC Base] , 'INCIDENT ANALYSIS MEASURES'[DAWC YTD]) )
RWC Restricted Work Cases or Transfer to another jobYNCount of Incident Cases with RESTRICTED_WORK > 0.N IF(ISBLANK( IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[RWC Base] , 'INCIDENT ANALYSIS MEASURES'[RWC YTD] )), 0, IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[RWC Base] , 'INCIDENT ANALYSIS MEASURES'[RWC YTD]) )
Count of Injuries and IllnessesYNCount of Incident Cases with Injury/Illness Reference No not set to 0 or -1.NCALCULATE ( COUNT ( 'INCIDENT ANALYSIS'[COUNT_INJURY_AND_ILLNESS] ), FILTER ( 'INCIDENT ANALYSIS', NOT 'INCIDENT ANALYSIS'[Injury/ Illness Reference No] IN {0,-1} ) )
Workdays RestrictedNNSum RESTRICTED_WORK.NSUM('INCIDENT ANALYSIS'[RESTRICTED_WORK])
MT Medical Treatment beyond first aidYNCount of Incident Cases with Hospital / Medical Institution as Medical Treatment.N IF(ISBLANK( IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[MT Base] , 'INCIDENT ANALYSIS MEASURES'[MT YTD] )), 0, IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[MT Base] , 'INCIDENT ANALYSIS MEASURES'[MT YTD]) )
LC Loss of conciousnessYNCount of Incident Cases with Loss of Consciousness = TRUE.N IF(ISBLANK( IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[LC Base] , 'INCIDENT ANALYSIS MEASURES'[LC YTD] )), 0, IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[LC Base] , 'INCIDENT ANALYSIS MEASURES'[LC YTD]) )
Total Reportable CasesYNCount of Incident Cases where Reportable to External Body is set to "Reportable".N IF(ISBLANK( IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[TRI Base] , 'INCIDENT ANALYSIS MEASURES'[TRI YTD] )), 0, IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[TRI Base] , 'INCIDENT ANALYSIS MEASURES'[TRI YTD]) )
Days lost due to DAWCYNSum AWAY_FROM_WORK.N IF(ISBLANK( IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[Days Lost Base] , 'INCIDENT ANALYSIS MEASURES'[Days Lost YTD] )), 0, IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[Days Lost Base] , 'INCIDENT ANALYSIS MEASURES'[Days Lost YTD]) )
ATLR Average Time Lost RateYNDays Lost Base dvided by DAWC Base.N IF(ISBLANK( IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[ATLR Base] , 'INCIDENT ANALYSIS MEASURES'[ATLR YTD] )), 0, IF( HASONEFILTER('REPORTING PERIOD'[Reporting Date]), 'INCIDENT ANALYSIS MEASURES'[ATLR Base] , 'INCIDENT ANALYSIS MEASURES'[ATLR YTD]) )
DAWC BaseYNYCOUNTROWS( FILTER( SUMMARIZE('INCIDENT ANALYSIS', 'INCIDENT ANALYSIS'[Incident Case Reference No], "@AFW", SUM('INCIDENT ANALYSIS'[AWAY_FROM_WORK] ) ), [@AFW] > 0))
RWC BaseYNYCOUNTROWS( FILTER( SUMMARIZE('INCIDENT ANALYSIS', 'INCIDENT ANALYSIS'[Incident Case Reference No], "@RW", SUM('INCIDENT ANALYSIS'[RESTRICTED_WORK] ) ), [@RW] > 0) )
MT BaseYNYCOUNTROWS( FILTER( SUMMARIZE('INCIDENT ANALYSIS', 'INCIDENT ANALYSIS'[Incident Case Reference No], 'INCIDENT ANALYSIS'[Medical Treatment], "@Count", COUNT('INCIDENT ANALYSIS'[Incident Case Reference No])) , 'INCIDENT ANALYSIS'[Medical Treatment] = "Hospital / Medical Institution" ) )
LC BaseYNYCOUNTROWS( FILTER( SUMMARIZE('INCIDENT ANALYSIS', 'INCIDENT ANALYSIS'[Incident Case Reference No], 'INCIDENT ANALYSIS'[Loss of Consciousness], "@Count", COUNT('INCIDENT ANALYSIS'[Incident Case Reference No])) , 'INCIDENT ANALYSIS'[Loss of Consciousness] = "TRUE" ) )
TRI BaseYNYCOUNTROWS(FILTER('INCIDENT ANALYSIS', 'INCIDENT ANALYSIS'[INCIDENT_COUNT] = 1 && 'INCIDENT ANALYSIS'[Reportable to External Body] = "Reportable"))
Days Lost BaseYNYSUM('INCIDENT ANALYSIS'[AWAY_FROM_WORK])
ATLR BaseYNYDIVIDE([Days Lost Base], [DAWC Base], BLANK())

USED BY MODEL(S)

Model Name Product Area
Incident Analysis

Data source Information

The data source for this object is defined using IFS Developer Tool. The data source contains a number of transformations where the model reads data from the last step, i.e. the Data source view name (DW Source View Name).

Additional information can be found in the online documentation of Information Sources.

Model Table DW Source view (SQL Server) BI Access View Referenced Information Source Recommended Access Type
INCIDENT ANALYSIS MEASURESFACT_INCIDENT_CASE_TMFACT_INCIDENT_CASE_BIFACT_INCIDENT_CASEOn Line